home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TFRMINSTABLE / TFRMINSTABLE.txt
Text File  |  2004-10-12  |  3KB  |  148 lines

  1. inherited frmInsTable: TfrmInsTable
  2.   Left = 210
  3.   Top = 119
  4.   HelpContext = 90600
  5.   BorderStyle = bsDialog
  6.   Caption = 'Insert Table'
  7.   ClientHeight = 247
  8.   ClientWidth = 345
  9.   OldCreateOrder = True
  10.   Position = poScreenCenter
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object gbSize: TGroupBox
  14.     Left = 7
  15.     Top = 4
  16.     Width = 330
  17.     Height = 77
  18.     Caption = 'Table size'
  19.     TabOrder = 0
  20.     object lblnCols: TLabel
  21.       Left = 12
  22.       Top = 24
  23.       Width = 94
  24.       Height = 13
  25.       Caption = 'Number of &columns:'
  26.       FocusControl = seColumns
  27.     end
  28.     object lblnRows: TLabel
  29.       Left = 12
  30.       Top = 48
  31.       Width = 77
  32.       Height = 13
  33.       Caption = 'Number of &rows:'
  34.       FocusControl = seRows
  35.     end
  36.     object seColumns: TRVSpinEdit
  37.       Left = 161
  38.       Top = 20
  39.       Width = 57
  40.       Height = 22
  41.       Increment = 1.000000000000000000
  42.       MaxValue = 100.000000000000000000
  43.       MinValue = 1.000000000000000000
  44.       Value = 2.000000000000000000
  45.       TabOrder = 0
  46.     end
  47.     object seRows: TRVSpinEdit
  48.       Left = 161
  49.       Top = 44
  50.       Width = 57
  51.       Height = 22
  52.       Increment = 1.000000000000000000
  53.       MaxValue = 500.000000000000000000
  54.       MinValue = 1.000000000000000000
  55.       Value = 2.000000000000000000
  56.       TabOrder = 1
  57.     end
  58.   end
  59.   object cbRemember: TCheckBox
  60.     Left = 8
  61.     Top = 188
  62.     Width = 322
  63.     Height = 17
  64.     Caption = 'Remember &dimensions for new tables'
  65.     TabOrder = 2
  66.   end
  67.   object btnOk: TButton
  68.     Left = 132
  69.     Top = 215
  70.     Width = 100
  71.     Height = 25
  72.     Caption = 'OK'
  73.     Default = True
  74.     ModalResult = 1
  75.     TabOrder = 3
  76.   end
  77.   object btnCancel: TButton
  78.     Left = 236
  79.     Top = 215
  80.     Width = 100
  81.     Height = 25
  82.     Cancel = True
  83.     Caption = 'Cancel'
  84.     ModalResult = 2
  85.     TabOrder = 4
  86.   end
  87.   object gbLayout: TGroupBox
  88.     Left = 7
  89.     Top = 84
  90.     Width = 330
  91.     Height = 101
  92.     Caption = 'Table layout'
  93.     TabOrder = 1
  94.     object rbFitContents: TRadioButton
  95.       Left = 12
  96.       Top = 24
  97.       Width = 249
  98.       Height = 17
  99.       Caption = '&Autosize'
  100.       Checked = True
  101.       TabOrder = 0
  102.       TabStop = True
  103.       OnClick = rbFitManualClick
  104.     end
  105.     object rbFitWindow: TRadioButton
  106.       Left = 12
  107.       Top = 48
  108.       Width = 247
  109.       Height = 17
  110.       Caption = 'Size table to fit &window'
  111.       TabOrder = 1
  112.       OnClick = rbFitManualClick
  113.     end
  114.     object rbFitManual: TRadioButton
  115.       Left = 12
  116.       Top = 72
  117.       Width = 147
  118.       Height = 17
  119.       Caption = 'Size table &manually'
  120.       TabOrder = 2
  121.       OnClick = rbFitManualClick
  122.     end
  123.     object seWidth: TRVSpinEdit
  124.       Left = 180
  125.       Top = 68
  126.       Width = 57
  127.       Height = 22
  128.       Increment = 1.000000000000000000
  129.       MaxValue = 1000.000000000000000000
  130.       MinValue = 1.000000000000000000
  131.       Value = 100.000000000000000000
  132.       TabOrder = 3
  133.     end
  134.     object cmbWidthType: TComboBox
  135.       Left = 240
  136.       Top = 67
  137.       Width = 80
  138.       Height = 21
  139.       Style = csDropDownList
  140.       ItemHeight = 13
  141.       TabOrder = 4
  142.       Items.Strings = (
  143.         'Percent'
  144.         'Pixels')
  145.     end
  146.   end
  147. end
  148.